home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / latex209 / contrib / latexinfo / .latexinfo next >
Lisp/Scheme  |  1991-11-27  |  4KB  |  106 lines

  1. (autoload 'latexinfo-format-region
  2.           "latexinfo"
  3.   "Convert the current region of the Latexinfo file to Info format.
  4. This lets you see what that part of the file will look like in Info.
  5. The command is bound to \\[latexinfo-format-region].  The text that is
  6. converted to Info is stored in a temporary buffer."
  7.           t nil)
  8.  
  9. (autoload 'latexinfo-format-buffer
  10.           "latexinfo"
  11.   "Process the current buffer as latexinfo code, into an Info file.
  12. The Info file output is generated in a buffer visiting the Info file
  13. names specified in the \\setfilename command.
  14.  
  15. Non-nil argument (prefix, if interactive) means don't make tag table
  16. and don't split the file if large.  You can use Info-tagify and
  17. Info-split to do these manually."
  18.           t nil)
  19.  
  20. (autoload 'latexinfo-latex-buffer
  21.           "latexnfo-tex"
  22.   "Run LaTeX on current buffer.
  23. After running LaTeX the first time, you may have to run \\[latexinfo-latexindex]
  24. and then \\[latexinfo-latex-buffer] again."
  25.           t nil)
  26.  
  27. (autoload 'latexinfo-latexindex
  28.           "latexnfo-tex"
  29.   "Run latexindex on unsorted index files.
  30. The index files are made by \\[latexinfo-latex-region] or \\[latexinfo-latex-buffer].
  31. Runs the shell command defined by latexinfo-latexindex-command."
  32.           t nil)
  33.  
  34. (autoload 'latexinfo-make-menu
  35.           "latexnfo-upd"
  36.   "Without any prefix argument, make or update a menu.
  37. Make the menu for the section enclosing the node found following point.
  38.  
  39. Non-nil argument (prefix, if interactive) means make or update menus
  40. for nodes within or part of the marked region.
  41.  
  42. Whenever a menu exists, and is being updated, the descriptions that
  43. are associated with node names in the pre-existing menu are
  44. incorporated into the new menu.  Otherwise, the nodes' section titles
  45. are inserted as descriptions."
  46.           t nil)
  47.  
  48. (autoload 'latexinfo-update-node
  49.           "latexnfo-upd"
  50.   "Without any prefix argument, update the node in which point is located.
  51. Non-nil argument (prefix, if interactive) means update the nodes in the
  52. marked region.
  53.  
  54. The functions for creating or updating nodes and menus, and their
  55. keybindings, are:
  56.  
  57.     latexinfo-update-node (&optional region-p)    \\[latexinfo-update-node]
  58.     latexinfo-every-node-update ()                \\[latexinfo-every-node-update]
  59.     latexinfo-sequential-node-update (&optional region-p)
  60.  
  61.     latexinfo-make-menu (&optional region-p)      \\[latexinfo-make-menu]
  62.     latexinfo-all-menus-update ()                 \\[latexinfo-all-menus-update]
  63.     latexinfo-master-menu ()
  64.  
  65.     latexinfo-indent-menu-description (column &optional region-p)
  66.  
  67. The `latexinfo-column-for-description' variable specifies the column to
  68. which menu descriptions are indented. Its default value is 24."
  69.           t nil)
  70.  
  71. (autoload 'latexinfo-every-node-update
  72.           "latexnfo-upd"
  73.   "Update every node in a Latexinfo file."
  74.           t nil)
  75.  
  76. (autoload 'latexinfo-all-menus-update
  77.           "latexnfo-upd"
  78.   "Update every regular menu in a Latexinfo file.
  79. Remove pre-existing master menu, if there is one.
  80.  
  81. If called with a non-nil argument, this function first updates all the
  82. nodes in the buffer before updating the menus."
  83.           t nil)
  84.  
  85. (autoload 'latexinfo-mode "latexnfo-mde"
  86.       "An editing for LaTeXinfo files" t)
  87.  
  88. (autoload 'tex-to-latexinfo "t2latexinfo"
  89.       "Convert a buffer from TeXinfo to LaTeXinfo" t)
  90.  
  91. (autoload 'scribe-to-latexinfo "s2latexinfo"
  92.       "Convert a buffer from Scribe to LaTeXinfo" t)
  93.  
  94. (autoload 'latex-to-latexinfo "l2latexinfo"
  95.       "Convert a buffer from LaTeX to LaTeXinfo" t)
  96.  
  97. (defvar latexinfo-section-types-regexp
  98.   "^\\\\\\(chapter\\|section\\|sub\\|unnum\\)"
  99.   "Regexp matching chapter, section, other headings (but not the top node).")
  100.  
  101. ;;(autoload 'get-latexinfo-node "get-node"
  102. ;;      "Get help on a LaTeXinfo topic" t)
  103.  
  104. ;;(define-key help-map "g" 'get-latexinfo-node)
  105.  
  106.